home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / mus / play / tracker_4_31.lzh / tracker / Arch / NeXT / config.h < prev    next >
Text File  |  1995-02-27  |  229b  |  15 lines

  1. /* config.h 
  2.     vi:ts=3 sw=3:
  3.  */
  4.  
  5. /* Configuration for the NeXT platform */
  6.  
  7. #define USE_SGTTY        /* NeXTStep 3.2 is not (well) enough POSIX */
  8.  
  9. typedef void *GENERIC;
  10.  
  11. #define P(args) args
  12. #define ID(x)
  13.  
  14. #define stricmp    strcasecmp
  15.